留样仪图片修改
This commit is contained in:
parent
47308edce8
commit
ad0ebbcb77
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue