留样仪图片修改

This commit is contained in:
jjLv 2025-11-13 13:10:52 +08:00
parent 47308edce8
commit ad0ebbcb77
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="stallId != null">#{stallId},</if>
<if test="canteenId != null">#{canteenId},</if>
<if test="dishesId != null">#{dishesId},</if>
<if test="imageUrl != null and imageUrl != ''">#{photoUrl},</if>
<if test="imageUrl != null and imageUrl != ''">#{imageUrl},</if>
<if test="machineNo != null">#{machineNo},</if>
<if test="machineSn != null">#{machineSn},</if>
<if test="sampleWeight != null">#{sampleWeight},</if>