| | |
| | | package com.example.erp.mapper.pp; |
| | | |
| | | import com.example.erp.entity.sd.Product; |
| | | import com.example.erp.entity.sd.OrderGlassDetail; |
| | | import com.example.erp.entity.sd.OrderDetail; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.sql.Date; |
| | | import java.util.List; |
| | | |
| | | @Mapper |
| | |
| | | @Param("orderId") String orderId, |
| | | @Param("productId") Integer productId, |
| | | @Param("productName") String productName, |
| | | String userName); |
| | | String userName,String process); |
| | | //查询对应订单号订序 |
| | | Integer selectOrderNumber(String productIdVl); |
| | | |
| | |
| | | Integer selectYesWorkCount(String orderId); |
| | | |
| | | Integer selectProcessCard(String orderId); |
| | | |
| | | Boolean updateWorkIdMp(String orderId, String userName); |
| | | } |