wangjinsheng 3 سال پیش
والد
کامیت
bb1ca09f15

+ 1 - 1
mybusiness/src/main/resources/mapper/system/TGuijiHealthcommissionTjxxMapper.xml

@@ -82,7 +82,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="cardid != null  and cardid != ''"> and cardid = #{cardid}</if>
             <if test="username != null  and username != ''"> and username like concat('%', #{username}, '%')</if>
         </where>
-        order by cd_time desc
+        order by create_time desc
     </select>
     
     <select id="selectTGuijiHealthcommissionTjxxById" parameterType="String" resultMap="TGuijiHealthcommissionTjxxResult">

+ 1 - 1
mybusiness/src/main/resources/mapper/system/TGuijiHealthcommissionXxMapper.xml

@@ -39,7 +39,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="name != null  and name != ''"> and name like concat('%', #{name}, '%')</if>
             <if test="idcardnum != null  and idcardnum != ''"> and idcardnum = #{idcardnum}</if>
         </where>
-        order by cd_time desc
+        order by create_time desc
     </select>
     
     <select id="selectTGuijiHealthcommissionXxById" parameterType="String" resultMap="TGuijiHealthcommissionXxResult">

+ 1 - 1
mybusiness/src/main/resources/mapper/system/TGuijiHealthcommissionYyryxxMapper.xml

@@ -39,7 +39,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="cardid != null  and cardid != ''"> and cardid = #{cardid}</if>
             <if test="username != null  and username != ''"> and username like concat('%', #{username}, '%')</if>
         </where>
-        order by cd_time desc
+        order by create_time desc
     </select>
     
     <select id="selectTGuijiHealthcommissionYyryxxById" parameterType="String" resultMap="TGuijiHealthcommissionYyryxxResult">

+ 1 - 1
mybusiness/src/main/resources/mapper/system/TGuijiHousingconstructionJfpzxxMapper.xml

@@ -30,7 +30,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="yhbh != null  and yhbh != ''"> and yhbh = #{yhbh}</if>
             <if test="yhmc != null  and yhmc != ''"> and yhmc = #{yhmc}</if>
         </where>
-        order by cd_time desc
+        order by create_time desc
     </select>
     
     <select id="selectTGuijiHousingconstructionJfpzxxById" parameterType="String" resultMap="TGuijiHousingconstructionJfpzxxResult">

+ 1 - 1
mybusiness/src/main/resources/mapper/system/TGuijiHousingconstructionYhjbxxMapper.xml

@@ -39,7 +39,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="sfjf != null  and sfjf != ''"> and sfjf = #{sfjf}</if>
             <if test="jfsj != null  and jfsj != ''"> and jfsj = #{jfsj}</if>
         </where>
-        order by cd_time desc
+        order by create_time desc
     </select>
     
     <select id="selectTGuijiHousingconstructionYhjbxxById" parameterType="String" resultMap="TGuijiHousingconstructionYhjbxxResult">

+ 1 - 1
mybusiness/src/main/resources/mapper/system/TGuijiHousingconstructionYsljcMapper.xml

@@ -31,7 +31,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="snm != null  and snm != ''"> and snm like concat('%', #{snm}, '%')</if>
             <if test="name != null  and name != ''"> and name like concat('%', #{name}, '%')</if>
         </where>
-        order by cd_time desc
+        order by create_time desc
     </select>
     
     <select id="selectTGuijiHousingconstructionYsljcById" parameterType="String" resultMap="TGuijiHousingconstructionYsljcResult">

+ 1 - 1
mybusiness/src/main/resources/mapper/system/TGuijiHousingconstructionYslxxMapper.xml

@@ -30,7 +30,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="yhbh != null  and yhbh != ''"> and yhbh = #{yhbh}</if>
             <if test="yhmc != null  and yhmc != ''"> and yhmc = #{yhmc}</if>
         </where>
-        order by cd_time desc
+        order by create_time desc
     </select>
     
     <select id="selectTGuijiHousingconstructionYslxxById" parameterType="String" resultMap="TGuijiHousingconstructionYslxxResult">

+ 1 - 1
mybusiness/src/main/resources/mapper/system/TGuijiHousingconstructionZlskfrxMapper.xml

@@ -29,7 +29,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="caseid != null  and caseid != ''"> and caseid = #{caseid}</if>
             <if test="incomingcall != null  and incomingcall != ''"> and incomingcall = #{incomingcall}</if>
         </where>
-        order by cd_time desc
+        order by create_time desc
     </select>
     
     <select id="selectTGuijiHousingconstructionZlskfrxById" parameterType="String" resultMap="TGuijiHousingconstructionZlskfrxResult">

+ 1 - 1
mybusiness/src/main/resources/mapper/system/TGuijiLibraryBaseinfoMapper.xml

@@ -39,7 +39,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="address != null  and address != ''"> and address = #{address}</if>
             <if test="enddate != null  and enddate != ''"> and enddate = #{enddate}</if>
         </where>
-        order by cd_time desc
+        order by create_time desc
     </select>
 
     <select id="selectTGuijiLibraryBaseinfoById" parameterType="String" resultMap="TGuijiLibraryBaseinfoResult">

+ 1 - 1
mybusiness/src/main/resources/mapper/system/TGuijiLibraryBorrowMapper.xml

@@ -35,7 +35,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="title != null  and title != ''"> and title = #{title}</if>
             <if test="operationdate != null  and operationdate != ''"> and operationdate = #{operationdate}</if>
         </where>
-        order by cd_time desc
+        order by create_time desc
     </select>
 
     <select id="selectTGuijiLibraryBorrowById" parameterType="String" resultMap="TGuijiLibraryBorrowResult">

+ 1 - 1
mybusiness/src/main/resources/mapper/system/TGuijiLibraryCreditpointsMapper.xml

@@ -41,7 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="operator != null  and operator != ''"> and operator = #{operator}</if>
             <if test="operationdate != null  and operationdate != ''"> and operationdate = #{operationdate}</if>
         </where>
-        order by cd_time desc
+        order by create_time desc
     </select>
 
     <select id="selectTGuijiLibraryCreditpointsById" parameterType="String" resultMap="TGuijiLibraryCreditpointsResult">

+ 1 - 1
mybusiness/src/main/resources/mapper/system/TGuijiLibraryGiveMapper.xml

@@ -35,7 +35,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="title != null  and title != ''"> and title = #{title}</if>
             <if test="operationdate != null  and operationdate != ''"> and operationdate = #{operationdate}</if>
         </where>
-        order by cd_time desc
+        order by create_time desc
     </select>
 
     <select id="selectTGuijiLibraryGiveById" parameterType="String" resultMap="TGuijiLibraryGiveResult">

+ 1 - 1
mybusiness/src/main/resources/mapper/system/TGuijiNaturalresourcesBdcdjxxMapper.xml

@@ -105,7 +105,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="tsdw != null  and tsdw != ''"> and tsdw = #{tsdw}</if>
             <if test="fwxz != null  and fwxz != ''"> and fwxz = #{fwxz}</if>
         </where>
-        order by cd_time desc
+        order by create_time desc
     </select>
     
     <select id="selectTGuijiNaturalresourcesBdcdjxxById" parameterType="String" resultMap="TGuijiNaturalresourcesBdcdjxxResult">

+ 1 - 1
mybusiness/src/main/resources/mapper/system/TGuijiNaturalresourcesBdcdjzxxMapper.xml

@@ -69,7 +69,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="zsbh != null  and zsbh != ''"> and zsbh = #{zsbh}</if>
             <if test="qzh != null  and qzh != ''"> and qzh = #{qzh}</if>
         </where>
-        order by cd_time desc
+        order by create_time desc
     </select>
     
     <select id="selectTGuijiNaturalresourcesBdcdjzxxById" parameterType="String" resultMap="TGuijiNaturalresourcesBdcdjzxxResult">

+ 1 - 1
mybusiness/src/main/resources/mapper/system/TGuijiNaturalresourcesQlrjbxxMapper.xml

@@ -93,7 +93,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="bz != null  and bz != ''"> and bz = #{bz}</if>
             <if test="tsdw != null  and tsdw != ''"> and tsdw = #{tsdw}</if>
         </where>
-        order by cd_time desc
+        order by create_time desc
     </select>
     
     <select id="selectTGuijiNaturalresourcesQlrjbxxById" parameterType="String" resultMap="TGuijiNaturalresourcesQlrjbxxResult">