|
@@ -488,10 +488,8 @@ public class SaorderTool extends BaseClass {
|
|
|
double fprice = titem.getAgentSalePrice(fagentnum);
|
|
double fprice = titem.getAgentSalePrice(fagentnum);
|
|
|
if (fchangeprice >= fprice) {
|
|
if (fchangeprice >= fprice) {
|
|
|
detailPao.setValue("fprice", fchangeprice, 2L);
|
|
detailPao.setValue("fprice", fchangeprice, 2L);
|
|
|
- detailPao.setValue("fpricechanged", true, 11L);
|
|
|
|
|
- } else {
|
|
|
|
|
- detailPao.setValue("fpricechanged", false, 11L);
|
|
|
|
|
}
|
|
}
|
|
|
|
|
+ detailPao.setValue("fpricechanged", fchangeprice > fprice, 11L);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
detailPao.setValue("fqty", fqty, 2L);
|
|
detailPao.setValue("fqty", fqty, 2L);
|