Commit ce6b708e authored by 刘学辉's avatar 刘学辉

物料主数据判断汉语品名调整

parent 9b35ac81
......@@ -75,8 +75,8 @@ public class NonProdApplyDeptApplicationImpl extends BaseApplication implements
if (parentBaseInfo != null) {
if (baseInfo.getId().equals(parentBaseInfo.getId()) //表示是当前单据 忽略掉
|| parentBaseInfo.getStatusId() == 5 //排除终止的
|| baseInfo.getSourceId().equals(parentBaseInfo.getId())
|| baseInfo.getSourceId().equals(parentBaseInfo.getSourceId()) //扩展与变更
|| (baseInfo.getSourceId()!=null&&baseInfo.getSourceId().equals(parentBaseInfo.getId()))
|| (baseInfo.getSourceId()!=null&&baseInfo.getSourceId().equals(parentBaseInfo.getSourceId())) //扩展与变更
) {
} else {
throw new RuntimeException("汉语品名:" + sdo.getString("maktx") + "已经存在!请检查输入");
......
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