|
@@ -51,7 +51,6 @@ public class ProdProduceController {
|
|
|
//结果完整性检查
|
|
|
public void checkFullResult(Map map, JSONArray stockTypeJa) {
|
|
|
for(int a=0;a<fullDataType.length;a++){
|
|
|
- System.out.println("a>>"+fullDataType[a]);
|
|
|
boolean isExist = false;
|
|
|
for (int b = 0; b < stockTypeJa.size(); b++) {
|
|
|
if (stockTypeJa.getString(b).trim().equalsIgnoreCase(fullDataType[a])) {
|