Commit 17262c94 by yangyang

时空bug调整(湖南)

parent 5c697e10
......@@ -85,7 +85,7 @@ public class AsjController {
}
} catch (Exception e) {
e.printStackTrace();
return MapRestResult.build(200,"修改失败","1",e);
return MapRestResult.build(201,"修改失败","1",e);
}
return MapRestResult.build(200,"修改成功","1","1");
}
......
......@@ -383,7 +383,7 @@
<if test="sfjyPdbz==null or sfjyPdbz==''">and (SFJY_PDBZ is null or SFJY_PDBZ='')</if>
</if>
<if test="sfxkPdbz!='2'.toString()">
<if test="sfxkPdbz!=null and sfxkPdbz!=''">and (XKBH IS NOT NULL or XKBH!='')</if>
<if test="sfxkPdbz=='1'.toString()">and (XKBH IS NOT NULL or XKBH!='')</if>
<if test="sfxkPdbz==null or sfxkPdbz==''">and (XKBH IS NULL or XKBH='')</if>
</if>
<if test="asjfssjAsjfskssj!=null and asjfssjAsjfskssj!=''">and ASJFSSJ_ASJFSKSSJ <![CDATA[>=]]>(DATE_FORMAT(#{asjfssjAsjfskssj, jdbcType=VARCHAR},'%Y-%m-%d %H:%i:%S'))</if>
......@@ -425,8 +425,6 @@
</if>
</if>
<if test="kyrxx!=null and kyrxx!=''">and KYRXX like ('%',kyrxx,'%')</if>
order by ASJFSSJ_ASJFSKSSJ desc
</sql>
<!--各市单位校验情况统计-->
<select id="toQueryJwdinfoTj" parameterType="com.founder.commonutils.model.newPublicEntity.jwdjyEntity.TbAsjJwdinfo" resultType="Map">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment