修改app领料明细查询
This commit is contained in:
parent
152226b4e9
commit
63065db713
|
|
@ -505,7 +505,7 @@
|
||||||
FROM
|
FROM
|
||||||
lease_apply_info lai
|
lease_apply_info lai
|
||||||
WHERE
|
WHERE
|
||||||
lai.task_id = #{record.taskId} AND lai.`code` = #{record.code} AND lai.status = '1'
|
lai.task_id = #{record.taskId} AND lai.`code` = #{record.code}
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="getLeaseApplyDetails" resultType="com.bonus.sgzb.base.api.domain.LeaseApplyDetails">
|
<select id="getLeaseApplyDetails" resultType="com.bonus.sgzb.base.api.domain.LeaseApplyDetails">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue