记得上下班打卡 | git大法好,push需谨慎

Commit b3bff31f authored by 胡佳晨's avatar 胡佳晨

Merge branch 'dev_erp' into dev_erp_gjy

parents a7751a6f fbdb113e
......@@ -10,7 +10,7 @@ import org.springframework.stereotype.Component;
* platform:goblin
*/
@Component
public class PlatformErpTaskHandler {
public class GoblinErpTaskHandler {
@Autowired
private FeignGoblinErpTaskClient feignGoblinErpTaskClient;
......
......@@ -422,7 +422,7 @@ public class WdtServiceImpl implements IGoblinErpService {
CheckGoodsBaseVo checkGoodsBaseVo = JsonUtils.fromJson(json, CheckGoodsBaseVo.class);
log.error("checkGoodsBaseVo = " + checkGoodsBaseVo);
if (checkGoodsBaseVo.getTotal_count() == 0) {
return ResponseDto.failure("商品不存在");
return ResponseDto.failure("ERP商品编码或ERP规格编码不存在");
} else {
return ResponseDto.success(true);
}
......
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