| | |
| | | import org.apache.ibatis.annotations.Delete; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.apache.ibatis.annotations.Select; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * ClassName: TjXdtgmdjgMapper <br/> |
| | |
| | | |
| | | @Delete("DELETE FROM tj_xdtgmdjg WHERE tjh=#{tjNumber} and pro_id=#{proId}") |
| | | void deletedByTJhAndProId(@Param("tjNumber") String tjNumber,@Param("proId") String proId); |
| | | |
| | | @Select("call pro_pdf_fujian(#{tjnumber,mode=IN})") |
| | | List<TjXdtgmdjg> xdtGlAttProByTjNum(String tjnumber); |
| | | } |