生产任务

This commit is contained in:
JinLu.Yin
2022-05-14 22:59:02 +08:00
parent c8ca4e450a
commit 5956298a02
13 changed files with 1016 additions and 3 deletions

View File

@@ -37,7 +37,7 @@
<if test="genDate != null and genDate != ''">
AND gen_date like concat(#{genDate},'%')
</if>
order by gen_index asc
order by gen_date desc
</select>
<insert id="add" parameterType="SysAutoCodeResult" >