Kaynağa Gözat

项目信息获取

徐滕 1 hafta önce
ebeveyn
işleme
a766882d8a

+ 1 - 0
jeeplus-modules/jeeplus-finance/src/main/java/com/jeeplus/finance/projectRecords/mapper/xml/CwProjectRecordsMapper.xml

@@ -455,6 +455,7 @@
         left join cw_project_report pr on a.id =pr.project_id and pr.del_flag = '0'
         left join cw_project_report_new_line new_line on pr.id = new_line.report_id and new_line.del_flag = '0'
         where a.id = #{id}
+        order by a.update_time desc limit 1
     </select>
 
     <select id="findList2" resultMap="BaseResultMap">