|
|
@@ -48,17 +48,18 @@ public class LISViewRepository {
|
|
|
|
|
|
public List<Map<String, Object>> getReagentLotVerification() {
|
|
|
List<Map<String, Object>> retList = new ArrayList<Map<String, Object>>();
|
|
|
- /*
|
|
|
- Map<String, Object> retMap = new HashMap<>();
|
|
|
- retMap.put("ReagentName", "(国J)α-羟丁酸脱氢酶(HBDH)测定试剂盒(速率法)");
|
|
|
- retMap.put("ReagentNumber", "04010110420");
|
|
|
- retMap.put("NewBatchNumber", "555");
|
|
|
- retMap.put("ExpiredDate", "2029-12-30");
|
|
|
- retMap.put("GroupCode", "lj");
|
|
|
- retMap.put("GroupName", "临检");
|
|
|
- retList.add(retMap);
|
|
|
- return retList;
|
|
|
- */
|
|
|
+ if(1==2){
|
|
|
+ Map<String, Object> retMap = new HashMap<>();
|
|
|
+ retMap.put("ReagentName", "(国J)α-羟丁酸脱氢酶(HBDH)测定试剂盒(速率法)");
|
|
|
+ retMap.put("ReagentNumber", "04010110420");
|
|
|
+ retMap.put("NewBatchNumber", "555");
|
|
|
+ retMap.put("ExpiredDate", "2029-12-30");
|
|
|
+ retMap.put("GroupCode", "lj");
|
|
|
+ retMap.put("GroupName", "临检");
|
|
|
+ retList.add(retMap);
|
|
|
+ return retList;
|
|
|
+ }
|
|
|
+
|
|
|
Map<String, Object> retMap = new HashMap<>();
|
|
|
String sqlQry = "SELECT * FROM v_mate_whr_Reagent \n" +
|
|
|
"WHERE confDate >= to_char(CURRENT_DATE - 1, 'YYYY-MM-DD') \n" +
|