瀏覽代碼

修改sql

Signed-off-by: tangsong <86121657@qq.com>
tangsong 1 年之前
父節點
當前提交
beb9daae5f

+ 1 - 1
irpt-server/src/main/resources/mybatis/mapper/StatisticalMapper.xml

@@ -1645,7 +1645,7 @@
1645 1645
 				#{lockinfo,jdbcType=VARCHAR},
1646 1646
 			</if>
1647 1647
 			<if test="submitdate != null" >
1648
-				sysdate,
1648
+				now(),
1649 1649
 			</if>
1650 1650
 			<if test="state != null" >
1651 1651
 				#{state,jdbcType=VARCHAR},

+ 1 - 1
irpt-server/src/main/resources/mybatis/mapper/SupervisionMapper.xml

@@ -838,7 +838,7 @@
838 838
         #{lockinfo,jdbcType=VARCHAR},
839 839
       </if>
840 840
       <if test="submitdate != null" >
841
-        sysdate,
841
+        now(),
842 842
       </if>
843 843
       <if test="state != null" >
844 844
         #{state,jdbcType=VARCHAR},