fix
This commit is contained in:
@@ -200,7 +200,7 @@
|
|||||||
</select>
|
</select>
|
||||||
|
|
||||||
<update id="recyclePoint">
|
<update id="recyclePoint">
|
||||||
update xfsg_point_info set line_id = null, shop_id = null, select_status = 0, update_time = now(), point_status = if(point_status = 6, 5, point_status)) where id = #{pointId}
|
update xfsg_point_info set line_id = null, shop_id = null, select_status = 0, update_time = now(), point_status = if(point_status = 6, 5, point_status) where id = #{pointId}
|
||||||
</update>
|
</update>
|
||||||
|
|
||||||
</mapper>
|
</mapper>
|
||||||
@@ -90,6 +90,7 @@ public class OperationAuditRequest {
|
|||||||
pointDetailInfo.setClerkNum(request.getClerkNum());
|
pointDetailInfo.setClerkNum(request.getClerkNum());
|
||||||
pointDetailInfo.setClerkFee(request.getClerkFee());
|
pointDetailInfo.setClerkFee(request.getClerkFee());
|
||||||
pointDetailInfo.setOperationUserSign(request.getOperationUserSign());
|
pointDetailInfo.setOperationUserSign(request.getOperationUserSign());
|
||||||
|
pointDetailInfo.setOperationUserSignTime(new Date());
|
||||||
return pointDetailInfo;
|
return pointDetailInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user