|
@@ -28,7 +28,7 @@ public class PurContractHaveNotJGSDTask extends AbstractTask {
|
|
|
QFilter qxsbg = new QFilter("billstatus", QCP.equals, "C");
|
|
|
qxsbg.and("nckd_combofield",QCP.equals,"A");
|
|
|
|
|
|
- DynamicObjectCollection collections = QueryServiceHelper.query("conm_xsalcontrac","id", qxsbg.toArray(), "");
|
|
|
+ DynamicObjectCollection collections = QueryServiceHelper.query("conm_salcontract","id", qxsbg.toArray(), "");
|
|
|
if(!collections.isEmpty()){
|
|
|
for (DynamicObject saleData : collections) {
|
|
|
Object id = saleData.get("id");
|
|
@@ -62,7 +62,7 @@ public class PurContractHaveNotJGSDTask extends AbstractTask {
|
|
|
StringBuffer bf = new StringBuffer();
|
|
|
for(String xsht : xsht2cght.keySet()) {
|
|
|
Set<String> cght = xsht2cght.get(xsht);
|
|
|
- String tm = "以下采购合同(来源于销售合同:" + xsht + ")";
|
|
|
+ String tm = "以下采购合同(来源于销售合同:" + xsht + ")未进行价格审定";
|
|
|
bf.append(tm);
|
|
|
bf.append(System.lineSeparator());
|
|
|
bf.append(cght.toString());
|