费用补录问题修复

This commit is contained in:
hongchao 2025-11-19 14:07:49 +08:00
parent d14f592e21
commit 6b7f8d2545
1 changed files with 2 additions and 0 deletions

View File

@ -1278,6 +1278,8 @@
<if test="info.maId != null"> <if test="info.maId != null">
and ma_id = #{info.maId} and ma_id = #{info.maId}
</if> </if>
order by start_time,mark_time asc
limit 1
</select> </select>
<insert id="insertProjectTempCost"> <insert id="insertProjectTempCost">