java110
2021-07-09 84b085e7c1ae1f42d575258eb7edd022806eef20
优化代码
1个文件已修改
4 ■■■■ 已修改文件
java110-db/src/main/resources/mapper/common/MachineTranslateServiceDaoImplMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
java110-db/src/main/resources/mapper/common/MachineTranslateServiceDaoImplMapper.xml
@@ -167,7 +167,7 @@
        <if test="machineCmd !=null and machineCmd != ''">
            and t.machine_cmd= #{machineCmd}
        </if>
        <if test="isNow !=null and isNow == 'Y'">
        <if test='isNow !=null and isNow == "Y"'>
            and to_days(t.create_time) = to_days(now())
        </if>
        <if test="statusCd !=null and statusCd != ''">
@@ -261,7 +261,7 @@
        <if test="machineCmd !=null and machineCmd != ''">
            and t.machine_cmd= #{machineCmd}
        </if>
        <if test="isNow !=null and isNow == 'Y'">
        <if test='isNow !=null and isNow == "Y"'>
            and to_days(t.create_time) = to_days(now())
        </if>