zjh
2025-06-11 1931c00063f392f201ee5f9154e9a4826820ab49
ltkj-hosp/src/main/java/com/ltkj/hosp/mapper/TjXdtgmdjgMapper.java
@@ -5,6 +5,10 @@
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/>
@@ -18,4 +22,7 @@
    @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);
}