报告模板菜单
This commit is contained in:
parent
e3d58e5660
commit
463a6c101e
@ -11,5 +11,5 @@ public interface LabReportvsitemMapper {
|
||||
int getLabReport2(@Param("jyrq") Date jyrq, @Param("yq")String yq, @Param("ybh")String ybh);
|
||||
int getLabReportCount(@Param("jyrq") Date jyrq, @Param("yq")String yq, @Param("ybh")String ybh);
|
||||
List<ComReportInstr> getComReportInstrByInstr(String reportYq);
|
||||
String getreportCode(Long reportId);
|
||||
String getreportCode(Long reportBgdh);
|
||||
}
|
||||
|
||||
@ -372,7 +372,8 @@ public class ReportUtil {
|
||||
int rows=labReportvsitemMapper.getLabReportCount(jyrq,yq,ybh);
|
||||
List<ComReportInstr> info=labReportvsitemMapper.getComReportInstrByInstr(yq);
|
||||
for (ComReportInstr comReportInstr : info) {
|
||||
Long rid=comReportInstr.getReportBgdh();
|
||||
Long bgdh=comReportInstr.getReportBgdh();
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
select * from com_report_instr where report_yq = #{reportYq}
|
||||
</select>
|
||||
<select id="getreportCode" resultType="String" parameterType="Long">
|
||||
select report_code from com_report_dict where report_id = #{reportId}
|
||||
select report_code from com_report_dict where report_bgdh = #{reportBgdh}
|
||||
</select>
|
||||
<select id="getLabReportvsitem" resultType="com.czlis.common.core.domain.entity.lis.LabReportvsitem" parameterType="String">
|
||||
select * from lab_reportvsitem where yq = #{yq}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user