修改bug#40425
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@
|
||||
<if test="payWorkingGroupDataFile.fileName != null and payWorkingGroupDataFile.fileName != ''">
|
||||
AND osf.file_name LIKE CONCAT('%',CONCAT(#{payWorkingGroupDataFile.fileName},'%'))
|
||||
</if>
|
||||
ORDER BY pwgdf.update_time desc
|
||||
ORDER BY pwgdf.create_time desc
|
||||
</select>
|
||||
|
||||
<select id="queryList" resultType="com.jero.project.entity.PayWorkingGroupDataFile">
|
||||
|
||||
Reference in New Issue
Block a user