Commit 8e506de9 by liyanlin

fix

parent 55da8363
......@@ -384,6 +384,9 @@ public abstract class AbstractCostService implements CostService {
}
void saveNetsuiteJob(CostDomain costDomain, CostCashiercallbackDomain costCashiercallbackDomain) {
if(costDomain==null){
return;
}
//只保存香港百伦
if (costDomain.getCompanyValue() == 2) {
//xgbl代表香港百伦
......
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