|
|
@@ -98,8 +98,8 @@ public class products extends Controller {
|
|
|
*/
|
|
|
public String insertOrModifyProducts() throws D3bException, P2Exception {
|
|
|
long tagents_productid = content.getLongValue("tagents_productid");//商品ID,新增时传0
|
|
|
- String fprodnum = content.getString("fprodnum", "tagents_product.fprodnum", "商品编号");
|
|
|
- String fprodname = content.getString("fprodname", "tagents_product.fprodname", "商品名称");
|
|
|
+ String fprodnum = content.getString("fprodnum", "tagents_product.fprodnum", "产品编码");
|
|
|
+ String fprodname = content.getString("fprodname", "tagents_product.fprodname", "产品名称");
|
|
|
double fprice = content.getDoubleValue("fprice");
|
|
|
String fprodclassname = content.getString("fprodclassname", "tagents_product.fprodclassname", "经营类目");
|
|
|
String fintroduction = content.getString("fintroduction", "tagents_product.fintroduction", "产品介绍");
|