|
|
|
@ -28,7 +28,6 @@ public class WmsBsonPack {
|
|
|
|
|
bson = BsonPackTool.getStringEqualPack(actionLog.getFixId(), "fixId", bson);
|
|
|
|
|
bson = BsonPackTool.getNumEqualPack(actionLog.getAgId(), "agId", bson);
|
|
|
|
|
bson = BsonPackTool.getStringEqualPack(actionLog.getAgNameC(), "agNameC", bson);
|
|
|
|
|
bson = BsonPackTool.getStringEqualPack(actionLog.getTransTypeCode(), "transTypeCode", bson);
|
|
|
|
|
bson = BsonPackTool.getStringEqualPack(actionLog.getOrganizeCode(), "organizeCode", bson);
|
|
|
|
|
bson = BsonPackTool.getNumEqualPack(actionLog.getIsValid(), "isValid", bson);
|
|
|
|
|
bson = BsonPackTool.getNumEqualPack(actionLog.getIsDeleted(), "isDeleted", bson);
|
|
|
|
|