|
|
|
@ -480,6 +480,7 @@ public class ProdReadyTaskServiceImpl extends ServiceImpl<ProdReadyTaskMapper, P
|
|
|
|
|
String drawingRevision = customFieldsService.getCustomFieldsValue(sfcServiceById.getItemBo(), CustomFieldConstant.ITEM_DWG_NO);
|
|
|
|
|
Map map=new HashMap();
|
|
|
|
|
map.put("itemBo",HandleEnum.ITEM.getHandle(site, selectCurrent.getItem(),"A"));
|
|
|
|
|
map.put("sfcHANDLE",prodReadyTask.getSfc());
|
|
|
|
|
Map Texturemap = itemService.findTextureByItemBo(map);
|
|
|
|
|
if (Texturemap!=null){
|
|
|
|
|
labelPrintDto.setTexture(Texturemap.get("TEXTURE").toString());
|
|
|
|
|