|
@@ -3,7 +3,7 @@ |
|
@@ -3,7 +3,7 @@ |
|
3
|
<mapper namespace="org.jeecg.modules.erp.production.mapper.TblProductionGongxuMapper">
|
3
|
<mapper namespace="org.jeecg.modules.erp.production.mapper.TblProductionGongxuMapper">
|
|
4
|
|
4
|
|
|
5
|
<update id="updateByNumber">
|
5
|
<update id="updateByNumber">
|
|
6
|
- update tbl_order_form set dispatched_working_hours=#{dispatchedWorkingHours}
|
6
|
+ update tbl_order_form set dispatched_working_hours=#{dispatchedWorkingHours},dispatch_status=1
|
|
7
|
where order_id=#{orderId}
|
7
|
where order_id=#{orderId}
|
|
8
|
</update>
|
8
|
</update>
|
|
9
|
<select id="getByhours" resultType="org.jeecg.modules.erp.order_form.entity.TblOrderForm">
|
9
|
<select id="getByhours" resultType="org.jeecg.modules.erp.order_form.entity.TblOrderForm">
|