| | |
| | | import com.zy.asrs.task.AbstractHandler; |
| | | import com.zy.asrs.task.core.ReturnT; |
| | | import com.zy.asrs.utils.MesSyncUtil; |
| | | import com.zy.common.constant.MesConstant; |
| | | import com.zy.common.utils.HttpHandler; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | o.setOrderTime(jsonData.getString("orderTime")); |
| | | //单据类型 |
| | | DocType docType = docTypeService.selectOrAdd(jsonData.getString("orderType"), Boolean.TRUE); |
| | | //入库库房名称(立体库名称) |
| | | jsonData.getString("storage"); |
| | | o.setDocType(docType.getDocId()); |
| | | o.setCreateTime(new Date()); |
| | | o.setUpdateTime(new Date()); |