Add import dropdown validation

This commit is contained in:
wkc
2026-05-06 14:04:21 +08:00
parent 0b64532959
commit c00d5475e6
8 changed files with 386 additions and 10 deletions

View File

@@ -42,7 +42,7 @@
AND e.status = #{query.status}
</if>
</where>
ORDER BY e.create_time DESC
ORDER BY e.create_time DESC, e.staff_id DESC
</select>
<!-- 批量插入或更新员工信息只更新非null字段 -->