Commit 55cda941 authored by wanghang's avatar wanghang

修复工艺二次保存数据丢失

parent 7b556ace
......@@ -119,7 +119,7 @@ public class ProofingApplyController extends CommonController {
// return toResult(null);
ProductLooked productLooked = new ProductLooked();
productLooked.setProductId(productId);
productLooked.setProductId(Long.valueOf(productId));
ProductLooked newProductLooked = productLookedApplication.getProductLookedByEntity(productLooked);
return toResult(newProductLooked);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment