tjf 3 tahun lalu
induk
melakukan
880fd97003

+ 1 - 1
boman-modules/boman-system/src/main/resources/mapper/system/SysUserMapper.xml

@@ -119,7 +119,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
  			<if test="status != null and status != ''">status,</if>
  			<if test="createBy != null and createBy != ''">create_by,</if>
  			<if test="remark != null and remark != ''">remark,</if>
- 			<if test="gridId, != null and gridId != ''">grid_id,</if>
+ 			<if test="gridId != null and gridId != ''">grid_id,</if>
  			create_time
  		)values(
  			<if test="deptId != null and deptId != ''">#{deptId},</if>

+ 2 - 2
boman-web-core/src/main/java/com/boman/web/core/controller/TestController.java

@@ -89,10 +89,10 @@ public class TestController {
      *
      * @return
      */
-    @PostMapping("/setCzrk")
+    //@PostMapping("/setCzrk")
     public AjaxResult setCzrk() {
         //587731
-        int id = 593843;
+        int id = 593891;
         List<VaccineInfoOperation> vaccineInfoOperations = mapper.selectVaccineInfoListById(id);
         if (vaccineInfoOperations.size() > 0) {
             for (VaccineInfoOperation vaccineInfoOperation : vaccineInfoOperations) {